var runtime.starttime
4 uses
runtime (current package)
proc.go#L6522: var starttime int64
proc.go#L6526: if starttime == 0 {
proc.go#L6527: starttime = now
proc.go#L6531: print("SCHED ", (now-starttime)/1e6, "ms: gomaxprocs=", gomaxprocs, " idleprocs=", sched.npidle.Load(), " threads=", mcount(), " spinningthreads=", sched.nmspinning.Load(), " needspinning=", sched.needspinning.Load(), " idlethreads=", sched.nmidle, " runqueue=", sched.runq.size)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)